		if (@physicalColumnName == null) {
			if (other.@physicalColumnName != null) {
				return false;
			}
		} else if (!@physicalColumnName.equals(other.@physicalColumnName)) {
			return false;
		}